home *** CD-ROM | disk | FTP | other *** search
- property psp_mysprite, pc_whichmovie
- global gc_whichmovienext
-
- on beginSprite me
- psp_mysprite = sprite(me.spriteNum)
- end
-
- on mouseUp me
- gc_whichmovienext = pc_whichmovie
- go("slide out")
- end
-
- on getPropertyDescriptionList me
- return [#pc_whichmovie: [#comment: "pc_whichmovie:", #format: #string, #default: "nothing"]]
- end
-